xen.git
2005-09-19 kaf24@firebug... Better gdb server documentation.
2005-09-19 kaf24@firebug... Do not build PAE by default. Reverts accidental previous
2005-09-19 kaf24@firebug... Fix xc_ptrace (live debug, not coredump debug) for...
2005-09-19 kaf24@firebug... Fix gdb build script.
2005-09-19 cl349@firebug... merge?
2005-09-19 cl349@firebug... merge?
2005-09-19 cl349@firebug... Don't do device create on domain recreate.
2005-09-19 emellor@ewanRevert accidental commit.
2005-09-19 emellor@ewanUse DevController.allocateDeviceID rather than using...
2005-09-19 emellor@ewanUse DevController.allocateDeviceID rather than using...
2005-09-19 kaf24@firebug... Re-indent libxc to avoid hard tabs. Also, fix the PAE
2005-09-19 cl349@firebug... Remove last remaining "import controller" occurences.
2005-09-19 cl349@firebug... merge?
2005-09-19 kaf24@firebug... Fix VMX domains not cleaning up properly, since some...
2005-09-19 kaf24@firebug... The domain structure maintains several shadow mode...
2005-09-18 emellor@ewanAdd and use XendDomainInfo.getBackendFlags to decouple...
2005-09-18 emellor@ewanChanged dangerous default parameter values where used...
2005-09-18 emellor@ewanRemove the complexity of the config_handlers mechanism...
2005-09-18 emellor@ewanAdded allocateDeviceID, which uses the store to keep...
2005-09-18 emellor@ewanMove definition of xc and xend to avoid confusing pylint.
2005-09-18 emellor@ewanRenamed XendDomainInfo.getTargetMemory to getMemoryTarg...
2005-09-18 emellor@ewanReplaced the device handling mechanism used by XendDoma...
2005-09-18 emellor@ewanAdd behaviour to the remove methods to remove the trans...
2005-09-18 emellor@ewanIn all cases, move the creation of a new transaction...
2005-09-18 kaf24@firebug... Trivial gdb build fix from Leendert.
2005-09-17 emellor@ewanRemove assignment to unused field memory_target.
2005-09-17 emellor@ewanUse XendDomainInfo.getDomain, getName to decouple XendD...
2005-09-17 emellor@ewanRemove unused restoreFromDB, saveToDB.
2005-09-17 emellor@ewanReplace XendDomainInfo.setStoreChannel with XendDomainI...
2005-09-17 emellor@ewanAdded getVCpuCount to XendDomainInfo and use that and...
2005-09-17 emellor@ewanFix indentation.
2005-09-17 emellor@ewanAdded getTargetMemory, getSsidref methods to XendDomain...
2005-09-17 emellor@ewanIssue warning if doxygen is not installed.
2005-09-17 emellor@ewanChanged ssidref default to 0 when parsing config file.
2005-09-17 emellor@ewanAdded diagnostic message to exception when TypeError...
2005-09-17 emellor@ewanRemoved unused getDB method.
2005-09-17 emellor@ewanMoved xroot variable to not confuse pylint (and me).
2005-09-17 emellor@ewanRemoved unused impotr and marked some parameters as...
2005-09-17 emellor@ewanRename feilds to fields throughout.
2005-09-17 emellor@ewanRemove unused import, and unused class TwistedAdapter...
2005-09-17 emellor@ewanAdded _1,.._5 to dummy-variables, so that we can specif...
2005-09-17 kaf24@firebug... Small cleanup to tpm split driver.
2005-09-17 kaf24@firebug... Remove native tpm drivers from the linux sparse tree...
2005-09-16 cl349@firebug... Cleanup domain listing on xend start. Fix reaper some...
2005-09-16 cl349@firebug... Add bindings for xs_get_domain_path().
2005-09-16 cl349@firebug... Don't run reap() or domain_restarts() as side-effects...
2005-09-16 cl349@firebug... Move dom0 setup code out of initial_refresh.
2005-09-16 cl349@firebug... Remove pretty random cleanup code in _add_domain.
2005-09-16 cl349@firebug... Use "vcpu" when referring to vcpus.
2005-09-16 cl349@firebug... Make dom0_enforce_cpus() use vcpu_hotplug rather than...
2005-09-16 cl349@firebug... merge?
2005-09-16 cl349@firebug... Fix the control panel problem.
2005-09-16 cl349@firebug... merge?
2005-09-16 cl349@firebug... Cleanup domain reaper and domain destruction functions.
2005-09-16 cl349@firebug... Fix setStoreChannel(None) - fixes cleanup on destroy.
2005-09-16 kaf24@firebug... Clean up and re-indent netback driver.
2005-09-16 kaf24@firebug... Clean up and re-indent netfront.c
2005-09-16 kaf24@firebug... Grant-refrence allocation pools and tracking tables...
2005-09-16 kaf24@firebug... direct_remap_pfn_range() takes a vm_area_struct rather...
2005-09-16 kaf24@firebug... distclean target added to root makefile. From rusty.
2005-09-15 cl349@firebug... Simplify backend flag parsing.
2005-09-15 cl349@firebug... Export block device read-only state into store.
2005-09-15 cl349@firebug... Fix bootloader support some more.
2005-09-15 cl349@firebug... merge?
2005-09-15 cl349@firebug... Maybe fix running bootloader after reboot.
2005-09-15 kaf24@firebug... Start cleaning up grant tables. gnttab_donate now called
2005-09-15 cl349@firebug... merge?
2005-09-15 cl349@firebug... Update image handling code for xstransact.
2005-09-15 shand@ubuntu... Actually update domain info when dom_get() succeeds.
2005-09-15 kaf24@firebug... Fix the libxc Makefile.
2005-09-15 vh249@arcadians... add support for ipv6 address in choose_vnc_display...
2005-09-15 vh249@arcadians... fix build, strings spanning multiple lines are no longe...
2005-09-15 cl349@firebug... merge?
2005-09-15 cl349@firebug... Don't special case getDomainMemory for ia64.
2005-09-15 cl349@firebug... Better build fix.
2005-09-15 kaf24@firebug... Like IA32 PAE xenlinux, we also need make VMX guest...
2005-09-15 cl349@firebug... Cleanup timeout code for when socket is already in...
2005-09-15 cl349@firebug... Fix build!
2005-09-15 kaf24@firebug... Remove bad lines from start od script.
2005-09-15 kaf24@firebug... merge?
2005-09-15 kaf24@firebug... More build fixes for latest binutils. No 'movl' between
2005-09-15 shand@ubuntu... Deal with domain info going away (handle new error...
2005-09-15 shand@ubuntu... O_REUSEADDR is not enough to ensure we don't get addres...
2005-09-15 shand@ubuntu... Make sure xend start doesn't return until xend is ready...
2005-09-15 shand@ubuntu... Disable CONFIG_PNPACPI temporarily in the -xen defconfi...
2005-09-15 djm@kirby.fc... Oops, one hypervisor.h change seems to have unfixed...
2005-09-14 djm@kirby.fc... Add missing include/decl to ia64-specific hypervisor.h
2005-09-14 shand@ubuntu... The dom destroy path is doing a dom_get on a non-existe...
2005-09-14 djm@kirby.fc... Add ia64-specific hypervisor.h
2005-09-14 djm@kirby.fc... Merge latest xen-unstable into xen-ia64-unstable to...
2005-09-14 djm@kirby.fc... Add needed header files that are buried/nested in x86
2005-09-14 djm@kirby.fc... Merge latest xen-unstable into xen-ia64-unstable
2005-09-14 kaf24@firebug... Remove redundant semi-colon from end of DEFINE_RING_TYPES
2005-09-14 cl349@firebug... merge?
2005-09-14 cl349@firebug... Switch most uses of write over to store.
2005-09-14 cl349@firebug... Explicit test for None.
2005-09-14 cl349@firebug... More syntactic sugar.
2005-09-14 cl349@firebug... Move start_time out of xend dir and use gather/store.
2005-09-14 cl349@firebug... Support removing nodes from store if value to store...
2005-09-14 cl349@firebug... Add store function.
next